-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
feat: add implementation of halfnormal/mean
#9613
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
feat: add implementation of halfnormal/mean
#9613
Conversation
…20420/stdlib into shubham2204-halfnornmal
Coverage Report
The above coverage report was generated for the changes in this PR. |
Signed-off-by: Shubham <[email protected]>
Signed-off-by: Shubham <[email protected]>
…20420/stdlib into shubham2204-halfnornmal
Signed-off-by: Shubham <[email protected]>
Signed-off-by: Shubham <[email protected]>
…20420/stdlib into shubham2204-halfnornmal
Planeshifter
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Flagged a bunch of issues.
lib/node_modules/@stdlib/stats/base/dists/halfnormal/mean/src/addon.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/halfnormal/mean/src/main.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/halfnormal/mean/manifest.json
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/halfnormal/mean/benchmark/benchmark.native.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/halfnormal/mean/package.json
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/halfnormal/mean/docs/repl.txt
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/halfnormal/mean/docs/types/index.d.ts
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/halfnormal/mean/docs/types/index.d.ts
Outdated
Show resolved
Hide resolved
|
thankyou for your reviews sir @Planeshifter , I have applied the requested changes. |
halfnormal/meanhalfnormal/mean
Planeshifter
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your continued efforts! Should be ready to land soon.
lib/node_modules/@stdlib/stats/base/dists/halfnormal/mean/test/test.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/halfnormal/mean/test/test.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/halfnormal/mean/test/test.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/halfnormal/mean/test/test.native.js
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/halfnormal/mean/src/main.c
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/halfnormal/mean/manifest.json
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/halfnormal/mean/test/test.js
Outdated
Show resolved
Hide resolved
|
I have applied the requested suggestion sir. |
Planeshifter
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few last comments.
lib/node_modules/@stdlib/stats/base/dists/halfnormal/mean/examples/index.js
Outdated
Show resolved
Hide resolved
lib/node_modules/@stdlib/stats/base/dists/halfnormal/mean/test/test.js
Outdated
Show resolved
Hide resolved
---
type: pre_commit_static_analysis_report
description: Results of running static analysis checks when committing changes.
report:
- task: lint_filenames
status: passed
- task: lint_editorconfig
status: failed
---
|
Hey sir I have applied the requested changes. |
Signed-off-by: Shubham <[email protected]>
Progresses: #9416
Description
This pull request:
meancalculation forhalf-normaldistribution function.Related Issues
This pull request has the following related issues:
@stdlib/stats/base/dists/halfnormalpackage #9416Questions
No.
Other
No.
Checklist
AI Assistance
If you answered "yes" above, how did you use AI assistance?
Disclosure
Yes I took help of AI for creating test cases under the
fixtures/juliadirectory.{{TODO: add disclosure if applicable}}
@stdlib-js/reviewers